home *** CD-ROM | disk | FTP | other *** search
/ Joytech 2005 (USA) / Joytech 2005 (USA).bin / pc / installers / adobe reader 6.0 / adobe reader 6.0.app / contents / resources / adobe reader.rsrc / EXVW_10099_admMFileWriteDialog < prev    next >
Encoding:
Text File  |  2006-01-01  |  632 b   |  18 lines

  1. dialog(name: '$$$/Dialogs/MFileWriteDlg')
  2. {
  3.     view(align_children: align_center)
  4.     {    
  5.         static_text(name: '$$$/Dialogs/MFileWriteDlg/Prompt', width: 500, alignment: align_left);        
  6.         gap(height: gStaticTextHeight);
  7.         view(align_children: align_row)
  8.         {
  9.             button(item_id: 'yesb', name: '$$$/Dialogs/MFileWriteDlg/YesButton');
  10.             button(item_id: 'yalb', name: '$$$/Dialogs/MFileWriteDlg/YesAllButton');
  11.             button(item_id: 'nob ', name: '$$$/Dialogs/MFileWriteDlg/NoButton');
  12.             button(item_id: 'nalb', name: '$$$/Dialogs/MFileWriteDlg/NoAllButton');
  13.             button(item_id: 'canb', name: '$$$/Dialogs/MFileWriteDlg/CancelButton');
  14.         }
  15.     }
  16. }
  17.  
  18.